Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snippet] Added Route Server snippet #3976

Merged
merged 4 commits into from
Aug 31, 2021

Conversation

StefanIvemo
Copy link
Collaborator

Added a new snippet for Azure Route Server

Contributing a snippet

  • I have a snippet that is either a single, generic resource or multi resource that uses parent-child syntax

  • I have checked that there is not an equivalent snippet already submitted

  • I have used camelCasing unless I have a justification to use another casing style

  • I have placeholders values that correspond to their property names (e.g. dnsPrefix: 'dnsPrefix'), unless it's a property that MUST be changed or parameterized in order to deploy. In that case, I use 'REQUIRED' e.g. keyData

  • I have my symbolic name as the first tab stop ($1) in the snippet. e.g. res-aks-cluster.bicep

  • I have a resource name property equal to "name"

    e.g.

    resource aksCluster 'Microsoft.ContainerService/managedClusters@2021-03-01' = {
      name: 'name'

@MarcusFelling
Copy link
Collaborator

Closing/re-opening to trigger GH Actions

@MarcusFelling
Copy link
Collaborator

@shenglol @anthony-c-martin any idea why these tests are only failing on macOS? https://github.com/Azure/bicep/pull/3976/checks?check_run_id=3474385273

@anthony-c-martin
Copy link
Member

@shenglol @anthony-c-martin any idea why these tests are only failing on macOS? https://github.com/Azure/bicep/pull/3976/checks?check_run_id=3474385273

Looks possibly like a transient issue with the underlying infrastructure. I've re-run the checks to see if that clears it up.

@MarcusFelling MarcusFelling merged commit c613f8c into Azure:main Aug 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants